home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG Library 8 / PC-SIG Library CD-ROM (8th Edition) (1990-04).iso / 2001_100 / disk2024 / example.plt < prev    next >
Encoding:
Text File  |  1989-08-21  |  578 b   |  33 lines

  1. clrdata
  2. clrplot
  3.  
  4. title Example Line Plot (press the ESC key to clear the plot)
  5. xlabel This is the x axis
  6. ylabel This is the y axis
  7. xstart 5
  8. xend 15
  9. xstep 2.5
  10. ygrid
  11. open data2.dat
  12. read 14
  13. read 12
  14. open data1.dat
  15. read 6
  16. close
  17. read 8
  18.   6  178     7  193      8  273   9.5 185
  19. 10.5  72     12.5 175   13.5 30    14 85
  20. symbols 3
  21. symbols 4
  22. legend1 0.350000 0.940000 Data Set #1
  23. legend2 0.148000 0.853333 Data Set #2
  24. legend3 0.662000 0.863333 Data Set #3
  25. legend4 0.078000 0.256667 Data Set #4
  26. plot
  27.  
  28. curve
  29. symbols 3
  30. symbols 4
  31. title Smooth Curve Plot
  32. plot
  33.